Computer Science for IGCSE & O level - Programming (Section 14 - No. 18)
Which of the following is an example of an input statement?
print("Hello")
x = 10
input("Enter a number:")
if x > 5:
Giải thích
Input statements are used to obtain data from the user.
